home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 26 / CU Amiga Magazine's Super CD-ROM 26 (1998)(EMAP Images)(GB)[!][issue 1998-09].iso / CUCD / Utilities / msql-2.0.4.1 / include / common / config.h next >
C/C++ Source or Header  |  1998-06-20  |  2KB  |  84 lines

  1. /* common/config.h.  Generated automatically by configure.  */
  2.  
  3. #ifndef _CONFIG_H
  4. #define    _CONFIG_H 1
  5.  
  6. /* Defined if you have sysconf().  */
  7. #define HAVE_SYSCONF 1
  8.  
  9. /* Defined if you have strdup().  */
  10. #define HAVE_STRDUP 1
  11.  
  12. /* Defined if you have rindex(3).  */
  13. #define HAVE_RINDEX 1
  14.  
  15. /* Defined if you have random() */
  16. #define HAVE_RANDOM 1
  17.  
  18. /* Defined if you have bcopy(3).  */
  19. #define HAVE_BCOPY 1
  20.  
  21. /* Defined if you have getdtablesize().  */
  22. #define HAVE_GETDTABLESIZE 1
  23.  
  24. /* Defined if you have strsignal() rather than sys_siglist[]  */
  25. /* #undef HAVE_STRSIGNAL */
  26.  
  27. /* Defined if you have strptime()  */
  28. /* #undef HAVE_STRPTIME */
  29.  
  30. /* Defined if you have ftruncate().  */
  31. #define HAVE_FTRUNCATE 1
  32.  
  33. /* Defined if you have setrlimit().  */
  34. #define HAVE_SETRLIMIT 1
  35.  
  36. /* Define if you have madvise() */
  37. #define HAVE_MADVISE 1
  38.  
  39. /* Define if you have strncasecmp() */
  40. #define HAVE_STRNCASECMP 1
  41.  
  42. /* Define if you have memmove() */
  43. /* #undef HAVE_MEMMOVE */
  44.  
  45. /* Define if you have mktemp() */
  46. #define HAVE_MKTEMP 1
  47.  
  48. /* Define if you have snprintf() */
  49. #define HAVE_SNPRINTF 1
  50.  
  51. /* Define if you have strerror() */
  52. #define HAVE_STRERROR 1
  53.  
  54. #define HAVE_STRINGS_H 1
  55.  
  56. /* #undef HAVE_SYS_TIMEB_H */
  57.  
  58. /* Define if you have sys/sockio.h */
  59. #define HAVE_SYS_SOCKIO_H 1
  60.  
  61. /* Define if you have dlfcn.h */
  62. /* #undef HAVE_DLFCN_H */
  63.  
  64. /* Defined if you have dirent.h */
  65. #define HAVE_DIRENT_H 1
  66.  
  67. /* Defined if you have netinet/in_systm.h */
  68. /* #undef HAVE_NETINT_IN_SYSTM_H */
  69.  
  70. /* Defined if you have select.h  */
  71. /* #undef HAVE_SELECT_H */
  72.  
  73. /* Defined if you have sys/select.h  */
  74. /* #undef HAVE_SYS_SELECT_H */
  75.  
  76. /* Defined if you have sys/un.h (SCO doesn't have UNIX sock's) */
  77. #define HAVE_SYS_UN_H 1
  78.  
  79. /* Defined to the type of sig handlers */
  80. #define RETSIGTYPE void
  81.  
  82.  
  83. #endif /*_CONFIG_H*/
  84.